home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / HyperCard / CambridgeMedlineTutor / ccMedTut2 / background_51867.txt < prev    next >
Encoding:
Text File  |  1992-02-24  |  1.3 KB  |  65 lines

  1. -- background: 51867 from stack: in
  2. -- bmap block id: 52096
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. On ArrowKey which
  8.   if which is "left" then EnterInField
  9.   else if which is "right" then beep
  10.   else if which is "down" then beep
  11.   else if which is "up" then beep
  12. End ArrowKey
  13.  
  14. On EnterInField
  15.   go next
  16. End EnterInField
  17.  
  18.  
  19.  
  20. -- part 2 (field)
  21. -- low flags: 00
  22. -- high flags: 0000
  23. -- rect: left=428 top=18 right=34 bottom=450
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 0
  27. -- font id: 3
  28. -- text size: 10
  29. -- style flags: 256
  30. -- line height: 13
  31. -- part name: 
  32.  
  33.  
  34. -- part 3 (field)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=180 top=18 right=34 bottom=310
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 3
  42. -- text size: 12
  43. -- style flags: 256
  44. -- line height: 16
  45. -- part name: 
  46.  
  47.  
  48. -- part 16 (button)
  49. -- low flags: 00
  50. -- high flags: 8003
  51. -- rect: left=3 top=320 right=341 bottom=48
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Menu
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   UnDissolveToMenu
  63. end mouseUp
  64.  
  65.